GtkStyleContext: fix typos in code.
authorCarlos Garnacho <carlosg@gnome.org>
Fri, 23 Apr 2010 00:33:01 +0000 (02:33 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Sat, 4 Dec 2010 14:37:09 +0000 (15:37 +0100)
commitcf27f6f1cfb7fb40ced5bb86e3cbbde58f0c6c2c
treeb754794d40606bf42db7435b40e1c707f8421821
parent104caa74f05a376a7dd65f4b7540c6986c7781f3
GtkStyleContext: fix typos in code.

The wrong list was being modified in gtk_style_context_set_child_class(),
and gtk_style_context_has_child_class() was checking for *flags != 0, not
flags != NULL.
gtk/gtkstylecontext.c